home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Faces of Papua New Guinea
/
Faces of Papua New Guinea by Wm. C. Clarke, Ph.D. (Wayzata Technology)(3211)(1995).bin
/
windows
/
playall2
/
00011_Script_11
< prev
next >
Wrap
Text File
|
1995-04-10
|
284b
|
16 lines
on exitFrame
global mTimeNow
put the movieTime of sprite 10 into nowT
put the duration of cast "portrait.mov" into doneT
if nowT < mTimeNow then
go next
else
if nowT < doneT then
go to frame 11
else
go next
end if
end if
end